home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / NXPlot3d / Source / Makefile.preamble < prev    next >
Makefile  |  1993-10-13  |  520b  |  18 lines

  1. #
  2. # Makefile Preamble
  3. #
  4.  
  5. PRECOMPS = Graph.p
  6.  
  7. # declare our other ofiles that the yacc and lex modules produce
  8. # vers.o contains current version info from the vers_string command
  9. OTHER_OFILES = expr.o token.o
  10.  
  11. # tell yacc to produe a y.tab.h file, which has #defines for the token types
  12. YFLAGS = -d
  13.  
  14. # junk produced by yacc and lex that is removed when we make clean
  15. # vers.c is produced by the vers_string command.
  16. OTHER_GARBAGE = expr.m y.tab.h token.m
  17. # Uncomment this to find memory leaks
  18. # OTHER_LIBS = -lMallocDebug